Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with EvmDatabaseOps.dump #17830

Merged
merged 1 commit into from
Aug 10, 2018

Conversation

NickLaMuro
Copy link
Member

This was a copy-pasta error when adding EvmDatabaseOps.dump back in #17483, and should have called PostgresAdmin.backup_pg_dump, not PostgresAdmin.backup.

I had this fix in #17652, but that will probably not be merged in it's current state, and this is busted in the nightlies, so we should get it merged.

Links

The method `.backup` being called to PostgresAdmin was incorrect, and
should have been `.backup_pg_dump` from the beginning.
@NickLaMuro
Copy link
Member Author

@miq-bot add_label bug
@miq-bot assign @carbonin

@miq-bot
Copy link
Member

miq-bot commented Aug 9, 2018

Checked commit NickLaMuro@893d927 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
1 file checked, 0 offenses detected
Everything looks fine. 🍰

@carbonin carbonin merged commit 17a66ef into ManageIQ:master Aug 10, 2018
@carbonin carbonin added this to the Sprint 92 Ending Aug 13, 2018 milestone Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants